JAMS Developer Guide
CopyTo(property[],Int32) Method


MVPSI.JAMS.Activities.HDInsight Namespace > configuration Class > CopyTo Method : CopyTo(property[],Int32) Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Sub CopyTo( _
   ByVal array() As property, _
   ByVal arrayIndex As System.Integer _
) 
'Usage
 
Dim instance As configuration
Dim array() As property
Dim arrayIndex As System.Integer
 
instance.CopyTo(array, arrayIndex)
[__DynamicallyInvokable()]
public void CopyTo( 
   property[] array,
   System.int arrayIndex
)

Parameters

array
arrayIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

configuration Class
configuration Members
Overload List